From d979340ef41a286ee770d359d26635a61d997e34 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jul 2006 03:59:17 +0000 Subject: [PATCH] Fix typos in the docs. 2006-07-17 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): Fix typos in the docs. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ gtk/gtkcomboboxentry.c | 2 +- gtk/gtkentrycompletion.c | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa74745306..1951983bc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-17 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): + * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): + Fix typos in the docs. + 2006-07-16 Matthias Clasen * gtk/gtkassistant.c: Some small documentation diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aa74745306..1951983bc5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2006-07-17 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): + * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): + Fix typos in the docs. + 2006-07-16 Matthias Clasen * gtk/gtkassistant.c: Some small documentation diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c index dd49652e9e..e4fc737dca 100644 --- a/gtk/gtkcomboboxentry.c +++ b/gtk/gtkcomboboxentry.c @@ -283,7 +283,7 @@ gtk_combo_box_entry_new_with_model (GtkTreeModel *model, * Sets the model column which @entry_box should use to get strings from * to be @text_column. * - * Since: 2.4. + * Since: 2.4 */ void gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box, diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 46bc7ffad7..57ae8ec74a 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1003,7 +1003,7 @@ gtk_entry_completion_get_model (GtkEntryCompletion *completion) * is used to determine if a row should or should not be in the completion * list. * - * Since: 2.4. + * Since: 2.4 */ void gtk_entry_completion_set_match_func (GtkEntryCompletion *completion, -- 2.30.2